| 1. | Arrow keys move one line at a time also 箭头键还可以一次移动一行。 |
| 2. | The debugger enables you to execute code one line at a time 要逐行执行代码,请执行下列操作: |
| 3. | Demonstrates how to open and read a text file one line at a time 演示如何打开文本文件并一次读取一行。 |
| 4. | In the following manner : read one line at a time from the stream and call the :从输出流中一次读取一行,然后调用 |
| 5. | He had the idea of scanning the image one line at a time through magnetic electrons 他得到主意,可以透过电磁波一条一线的来扫瞄图像。 |
| 6. | The following code example demonstrates how to open and read a text file one line at a time 下面的代码示例演示如何打开并读取文本文件(每次读取一行) 。 |
| 7. | You can step through your code one line at a time by pressing f10 after the debugger has stopped on a breakpoint 调试器在断点处停止后,可以按f10逐行单步执行代码。 |
| 8. | You may find it instructive to run the program with f11 and step through the code a line at a time 您可能发现按f11键逐句通过代码(即一次一行)的方式运行程序很有益。 |
| 9. | One of the most common debugging procedures is stepping : executing code one line at a time Visual studio调试器代码单步执行概述单步执行是最常见的调试过程之一,即每次执行一行代码。 |
| 10. | And stepping through code , help you to inspect your code one line at a time as it executes to find the error 两项调试技术,即设置“断点”和“单步执行”代码,可以帮助您逐行检查代码以找出错误。 |